@charset "utf-8";
/* CSS Document */

/* lyBanner start */
.lyBanner {
  width: 100%;
  height: 700px;
  margin-top: 80px;
  position: relative;
}

.lyBa_swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.lyBa_swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.lyBa_swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyBa_swiper .swiper-slide img {
  display: block;
  width: 1920px;
  height: 700px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}



.lyBa_swiper .swiper-container .swiper-pagination {
  height: 20px;
  padding: 4px 0;
  bottom: 20px;
}

.lyBa_swiper .swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: linear-gradient(to right, rgba(16, 187, 254, .3), rgba(11, 98, 227, .3));
}

.lyBa_swiper .swiper-container .swiper-pagination-bullet-active {
  background: linear-gradient(to right, #10bbfe, #0b62e3);
}


.lyBa_swiper .swiper-container .swiper-button-prev,
.lyBa_swiper .swiper-container .swiper-button-next {
  width: 48px;
  height: 48px;
  padding: 14px;
  border-radius: 16px;
  background: linear-gradient(to right, #10bbfe, #0b62e3);
  position: absolute;
  z-index: 2;
}

.lyBa_swiper .swiper-container .swiper-button-prev {
  left: 40px;
}

.lyBa_swiper .swiper-container .swiper-button-next {
  right: 40px;
}

.lyBa_swiper .swiper-container .swiper-button-prev svg,
.lyBa_swiper .swiper-container .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyBa_swiper .swiper-container .swiper-button-prev svg path,
.lyBa_swiper .swiper-container .swiper-button-next svg path {
  fill: #ffffff;
}

@media (max-width:1680px) {
  .lyBanner {
    height: 620px;
    margin-top: 78px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1700px;
    height: 620px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev,
  .lyBa_swiper .swiper-container .swiper-button-next {
    border-radius: 12px;
  }
}

@media (max-width:1600px) {
  .lyBanner {
    height: 600px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1646px;
    height: 600px;
  }
}

@media (max-width:1560px) {
  .lyBanner {
    height: 580px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1591px;
    height: 580px;
  }
}

@media (max-width:1440px) {
  .lyBanner {
    height: 540px;
    margin-top: 72px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1481px;
    height: 540px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev,
  .lyBa_swiper .swiper-container .swiper-button-next {
    width: 44px;
    height: 44px;
    padding: 12px;
    border-radius: 8px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev {
    left: 3%;
  }

  .lyBa_swiper .swiper-container .swiper-button-next {
    right: 3%;
  }

  .lyBa_swiper .swiper-container .swiper-pagination {
    padding: 5px 0;
  }

  .lyBa_swiper .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

@media (max-width:1366px) {
  .lyBanner {
    height: 500px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1371px;
    height: 500px;
  }
}

@media (max-width:1280px) {
  .lyBanner {
    height: 470px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1289px;
    height: 470px;
  }
}

@media (max-width:1200px) {
  .lyBanner {
    height: 440px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1207px;
    height: 440px;
  }
}

@media (max-width:1080px) {
  .lyBanner {
    height: 400px;
    margin-top: 56px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1097px;
    height: 400px;
  }

}

@media (max-width:1024px) {
  .lyBanner {
    height: 380px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 1042px;
    height: 380px;
  }
}

@media (max-width:920px) {
  .lyBanner {
    height: 360px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 987px;
    height: 360px;
  }

}

@media (max-width:820px) {
  .lyBanner {
    height: 320px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 878px;
    height: 320px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev,
  .lyBa_swiper .swiper-container .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

@media (max-width:767px) {
  .lyBanner {
    height: 188px;
    margin-top: 52px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 516px;
    height: 188px;
  }

  .lyBa_swiper .swiper-container .swiper-button-prev,
  .lyBa_swiper .swiper-container .swiper-button-next {
    display: none;
  }

  .lyBa_swiper .swiper-container .swiper-pagination {
    height: 16px;
    padding: 4px 0;
    bottom: 10px;
  }

  .lyBa_swiper .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

@media (max-width:390px) {
  .lyBanner {
    height: 170px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 466px;
    height: 170px;
  }
}

@media (max-width:320px) {
  .lyBanner {
    height: 150;
  }

  .lyBa_swiper .swiper-slide img {
    width: 411px;
    height: 150;
  }
}

@media (max-width:280px) {
  .lyBanner {
    height: 130px;
  }

  .lyBa_swiper .swiper-slide img {
    width: 357px;
    height: 130px;
  }
}

/* lyBanner end */


/* lyPartner start */
.lyPartner {
  margin: 50px auto;
}

.lyPartner .lyPartner_swiper {
  padding: 0 30px;
  position: relative;
}

.lyPartner_swiper .swiper-container {
  margin: -20px auto;
  padding: 20px;
}

.lyPartner_swiper .swiper-container .swiper-slide {
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 0 rgba(0, 0, 0, .1);
  border-radius: 8px;
  position: relative;
}

.lyPartner_swiper .swiper-container .swiper-slide:hover {
  border: 1px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.lyPartner_swiper .swiper-container .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyPartner_swiper .swiper-button-prev,
.lyPartner_swiper .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  padding: 9px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: linear-gradient(to right, #fff, #fff);
  position: absolute;
  z-index: 2;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
}

.lyPartner_swiper .swiper-button-prev:hover,
.lyPartner_swiper .swiper-button-next:hover {
  padding: 10px;
  border: 0 solid #e6e6e6;
  background: linear-gradient(to right, #10bbfe, #0b62e3);
}

.lyPartner_swiper .swiper-button-prev {
  left: 0;
}

.lyPartner_swiper .swiper-button-next {
  right: 0;
}

.lyPartner_swiper .swiper-button-prev svg,
.lyPartner_swiper .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyPartner_swiper .swiper-button-prev svg path,
.lyPartner_swiper .swiper-button-next svg path {
  fill: #999999;
}

.lyPartner_swiper .swiper-button-prev:hover svg path,
.lyPartner_swiper .swiper-button-next:hover svg path {
  fill: #ffffff;
}

@media (max-width:1600px) {
  .lyPartner {
    margin: 40px auto;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyPartner_swiper .swiper-container .swiper-slide {
    height: 82px;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1080px) {}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {
  .lyPartner_swiper .swiper-container {
    padding: 20px 10px;
  }

  .lyPartner_swiper .swiper-container .swiper-slide {
    height: 72px;
  }
}

@media (max-width:390px) {
  .lyPartner_swiper .swiper-container .swiper-slide {
    height: 64px;
  }
}

@media (max-width:320px) {
  .lyPartner {
    margin: 20px auto;
  }

  .lyPartner_swiper .swiper-container .swiper-slide {
    height: 82px;
  }
}

@media (max-width:280px) {}

/* lyPartner end */


/* lyProRec start */
.lyProRec {
  overflow: hidden;
  margin: 80px auto;
}

.lyProRec .lyProRec_main {
  margin: 0 auto;
}


.lyProRec_main .lyProRec_swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.lyProRec_swiper .swiper-container {
  padding-bottom: 50px;
}

.lyProRec_swiper .swiper-container .swiper-slide {
  overflow: hidden;
  border-radius: 8px;
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con {
  padding: 6px;
  background-color: #f6f6f6;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background: url(../images/hotTip.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img {
  width: 320px;
  height: 288px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyProRec_swiper .swiper-container .swiper-slide:hover .lyProRec_con .lyProRec_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, .45);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyProRec_swiper .swiper-container .swiper-slide:hover .lyProRec_con .lyProRec_img a::before {
  width: 100%;
  height: 100%;
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img a span {
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 12px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 200%;
  z-index: 2;
  background: linear-gradient(to right, #10bbfe, #0b62e3);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyProRec_swiper .swiper-container .swiper-slide:hover .lyProRec_con .lyProRec_img a span {
  top: 50%;
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img a span i {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin: 0 auto;
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img a span i svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img a span i svg path {
  fill: #ffffff;
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con:hover .lyProRec_img a span i svg {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}


.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text {
  width: calc(100% - 320px);
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text .lyProRec_name a {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyProRec_swiper .swiper-container .swiper-slide:hover .lyProRec_con .lyProRec_text .lyProRec_name a {
  color: #0089ef;
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text span {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0 0 30px;
  position: relative;
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text span i {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 5px;
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text span i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text span i svg path {
  fill: #999999;
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text em {
  display: block;
  width: 100%;
  height: 8px;
  overflow: hidden;
  margin: 20px auto;
  background: url(../images/line01.png) 0 0 repeat;
  background-size: 4px 4px;
}

.lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text p {
  max-height: 90px;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


.lyProRec_swiper .swiper-container .swiper-pagination {
  height: 10px;
  padding: 0;
  bottom: 0;
}

.lyProRec_swiper .swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: linear-gradient(to right, #cecece, #cecece);
}

.lyProRec_swiper .swiper-container .swiper-pagination-bullet-active {
  background: linear-gradient(to right, #10bbfe, #0b62e3);
}

@media (max-width:1680px) {
  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img {
    width: 300px;
    height: 270px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text {
    width: calc(100% - 300px);
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text span {
    font-size: 15px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text em {
    height: 6px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text p {
    max-height: 75px;
    line-height: 25px;
    font-size: 15px;
  }
}

@media (max-width:1600px) {
  .lyProRec_swiper .swiper-container {
    padding-bottom: 40px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img {
    width: 280px;
    height: 252px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text {
    width: calc(100% - 280px);
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con::after {
    width: 72px;
    height: 72px;
  }
}

@media (max-width:1560px) {
  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text em {
    height: 4px;
    margin: 16px auto;
  }
}

@media (max-width:1440px) {
  .lyProRec {
    margin: 60px auto;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img {
    width: 260px;
    height: 234px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text {
    width: calc(100% - 260px);
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text span {
    font-size: 14px;
    padding: 0 0 0 28px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text span i {
    width: 18px;
    height: 18px;
    top: 6px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text p {
    max-height: 72px;
    line-height: 24px;
    font-size: 14px;
  }
}

@media (max-width:1366px) {
  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text em {
    height: 4px;
    margin: 15px auto;
  }
}

@media (max-width:1280px) {
  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img {
    width: 240px;
    height: 216px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text {
    width: calc(100% - 240px);
  }
}

@media (max-width:1200px) {
  .lyProRec_swiper .swiper-container {
    padding-bottom: 30px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img {
    width: 220px;
    height: 200px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img a span {
    width: 64px;
    height: 64px;
    padding: 10px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img a span i {
    width: 28px;
    height: 28px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text {
    width: calc(100% - 220px);
    padding: 0 20px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text em {
    margin: 12px auto;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con::after {
    width: 64px;
    height: 64px;
  }

  .lyProRec_swiper .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

@media (max-width:1080px) {
  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img {
    width: 200px;
    height: 180px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text {
    width: calc(100% - 200px);
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text span {
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 24px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text span i {
    top: 3px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text em {
    margin: 10px auto;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con::after {
    width: 60px;
    height: 60px;
  }
}

@media (max-width:1024px) {
  .lyProRec {
    margin: 40px auto;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img {
    width: 180px;
    height: 162px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text {
    width: calc(100% - 180px);
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text p {
    max-height: 48px;
    -webkit-line-clamp: 2;
  }
}

@media (max-width:920px) {}

@media (max-width:820px) {
  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con {
    padding: 10px;
    display: block;
    flex-wrap: inherit;
    align-items: inherit;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img {
    width: 100%;
    height: 200px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text {
    width: 100%;
    padding: 20px 10px 10px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_text p {
    height: 48px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con::after {
    z-index: 1;
  }
}

@media (max-width:767px) {
  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img {
    height: 280px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con::after {
    width: 72px;
    height: 72px;
  }
}

@media (max-width:390px) {
  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img {
    height: 260px;
  }
}

@media (max-width:320px) {
  .lyProRec {
    margin: 20px auto;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img {
    height: 240px;
  }

  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con::after {
    width: 64px;
    height: 64px;
  }
}

@media (max-width:280px) {
  .lyProRec_swiper .swiper-container .swiper-slide .lyProRec_con .lyProRec_img {
    height: 220px;
  }
}

/* lyProRec end */


/* lyProducts start */
.lyProducts {
  overflow: hidden;
  margin-bottom: -40px;
  padding: 100px 0 180px;
  background: #fff url(../images/proBg.png) center center no-repeat;
  background-size: 100% 100%;
}

.lyProducts .lyProducts_main {
  margin: 0 auto;
  padding: 80px 100px;
  background-color: #fff;
  box-shadow: 0 12px 54px rgba(0, 28, 69, .06);
  border-radius: 16px;
}

.lyProducts_title {
  margin-bottom: 40px;
}

.lyProducts_title .lyTitle {
  margin-bottom: 0;
  float: left;
}

.lyProducts_title .lyTitle p,
.lyProducts_title .lyTitle span {
  text-align: left;
}

.lyProducts_menu {
  width: 60%;
  padding: 16px 60px;
  float: right;
  position: relative;
}

.lyProducts_menu .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #222;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.lyProducts_menu .swiper-container .swiper-slide:hover a,
.lyProducts_menu .swiper-container .swiper-slide.swiper-slide-active a {
  color: #0089ef;
}

.lyProducts_menu .swiper-container .swiper-slide a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #10bbfe, #0b62e3);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyProducts_menu .swiper-container .swiper-slide:hover a::after,
.lyProducts_menu .swiper-container .swiper-slide.swiper-slide-active a::after {
  width: 100%;
}

.lyProducts_menu .swiper-button-prev,
.lyProducts_menu .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  padding: 9px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background: linear-gradient(to right, #fff, #fff);
  position: absolute;
  z-index: 2;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
}

.lyProducts_menu .swiper-button-prev:hover,
.lyProducts_menu .swiper-button-next:hover {
  padding: 10px;
  border: 0 solid #e6e6e6;
  background: linear-gradient(to right, #10bbfe, #0b62e3);
}

.lyProducts_menu .swiper-button-prev {
  left: 0;
}

.lyProducts_menu .swiper-button-next {
  right: 0;
}

.lyProducts_menu .swiper-button-prev svg,
.lyProducts_menu .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyProducts_menu .swiper-button-prev svg path,
.lyProducts_menu .swiper-button-next svg path {
  fill: #999999;
}

.lyProducts_menu .swiper-button-prev:hover svg path,
.lyProducts_menu .swiper-button-next:hover svg path {
  fill: #ffffff;
}


.lyProducts_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 -15px;
}

.lyProducts_list ul li {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.lyProducts_list ul li .lyProducts_con {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  position: relative;
}

.lyProducts_list ul li .lyProducts_con:hover {
  border: 1px solid #fff;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_img {
  width: 100%;
  height: 248px;
  margin: 0 auto;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyProducts_list ul li .lyProducts_con:hover .lyProducts_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text {
  margin: 0 auto;
  padding: 20px;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text .lyProducts_name {
  text-align: center;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text .lyProducts_name a {
  display: inline-block;
  max-width: calc(100% - 40px);
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  margin: 0 8px;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text .lyProducts_name::before,
.lyProducts_list ul li .lyProducts_con .lyProducts_text .lyProducts_name::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #0089ef;
  vertical-align: middle;
  margin: -2px 0 0;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text p {
  width: 100%;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: #999;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 4px;
  position: relative;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text p i {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text p i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyProducts_list ul li .lyProducts_con .lyProducts_text p i svg path {
  fill: #999999;
}


.lyProducts_list ul li .lyProducts_con::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, .45);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyProducts_list ul li .lyProducts_con:hover::before {
  width: 100%;
  height: 100%;
}

.lyProducts_list ul li .lyProducts_con a.lyProducts_btn {
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 12px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 200%;
  z-index: 2;
  background: linear-gradient(to right, #10bbfe, #0b62e3);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyProducts_list ul li .lyProducts_con:hover a.lyProducts_btn {
  top: 50%;
}

.lyProducts_list ul li .lyProducts_con a.lyProducts_btn i {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin: 0 auto;
}

.lyProducts_list ul li .lyProducts_con a.lyProducts_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.lyProducts_list ul li .lyProducts_con a.lyProducts_btn i svg path {
  fill: #ffffff;
}

.lyProducts_list ul li .lyProducts_con a.lyProducts_btn:hover i svg {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

@media (max-width:1680px) {
  .lyProducts {
    padding: 80px 0 120px;
  }

  .lyProducts .lyProducts_main {
    padding: 60px 56px 30px;
    border-radius: 12px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text p {
    font-size: 15px;
  }
}

@media (max-width:1600px) {
  .lyProducts .lyProducts_main {
    padding: 50px 52px 20px;
  }

  .lyProducts_menu {
    padding: 15px 50px;
  }
}

@media (max-width:1560px) {
  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 240px;
  }
}

@media (max-width:1440px) {
  .lyProducts {
    padding: 60px 0 140px;
  }

  .lyProducts .lyProducts_main {
    padding: 40px 50px 20px;
  }

  .lyProducts_list ul {
    margin: 0 -10px;
  }

  .lyProducts_list ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text {
    padding: 12px 20px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text p {
    font-size: 14px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text p i {
    width: 18px;
    height: 18px;
    margin: -2px 8px 0 0;
  }
}

@media (max-width:1366px) {
  .lyProducts {
    padding: 60px 0 132px;
  }

  .lyProducts .lyProducts_main {
    padding: 40px 40px 20px;
  }

  .lyProducts_menu {
    width: 64%;
    padding: 11px 50px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 220px;
  }
}

@media (max-width:1280px) {
  .lyProducts_title {
    margin-bottom: 30px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 200px;
  }
}

@media (max-width:1200px) {
  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 180px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text p {
    margin-top: 0;
  }

  .lyProducts_list ul li .lyProducts_con a.lyProducts_btn {
    width: 64px;
    height: 64px;
    padding: 10px;
  }

  .lyProducts_list ul li .lyProducts_con a.lyProducts_btn i {
    width: 28px;
    height: 28px;
  }
}

@media (max-width:1080px) {
  .lyProducts .lyProducts_main {
    padding: 30px 30px 10px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 170px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text .lyProducts_name a {
    max-width: calc(100% - 30px);
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 0 4px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text .lyProducts_name::before,
  .lyProducts_list ul li .lyProducts_con .lyProducts_text .lyProducts_name::after {
    width: 5px;
    height: 5px;
  }
}

@media (max-width:1024px) {
  .lyProducts {
    padding: 40px 0 104px;
  }

  .lyProducts .lyProducts_main {
    padding: 40px 20px 20px;
  }

  .lyProducts_title {
    margin-bottom: 20px;
  }

  .lyProducts_menu {
    width: 68%;
    padding: 10px 50px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 160px;
  }

  .lyProducts_menu .swiper-container .swiper-slide a {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text {
    padding: 12px;
  }
}

@media (max-width:920px) {

  .lyProducts_title .lyTitle p,
  .lyProducts_title .lyTitle span {
    text-align: center;
  }

  .lyProducts_menu {
    width: 64%;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 140px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text .lyProducts_name a {
    font-size: 15px;
  }
}

@media (max-width:820px) {
  .lyProducts {
    margin-bottom: 0;
    padding: 40px 0;
    background: #fff url(../images/proBg.png) center top no-repeat;
    background-size: 100% 25%;
  }

  .lyProducts_title .lyTitle {
    margin-bottom: 20px;
    float: none;
  }

  .lyProducts_menu {
    width: 100%;
    padding: 0 50px;
    float: none;
  }

  .lyProducts_list ul li {
    width: 50%;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 240px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text .lyProducts_name a {
    max-width: calc(100% - 32px);
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }
}

@media (max-width:767px) {
  .lyProducts {
    background: #fff url(../images/proBg.png) center top no-repeat;
    background-size: 100% 280px;
  }

  .lyProducts .lyProducts_main {
    padding: 20px 12px 0;
    box-shadow: 0 10px 20px rgba(0, 28, 69, .06);
  }

  .lyProducts_menu {
    padding: 0 40px;
  }

  .lyProducts_list ul {
    margin: 0 -6px;
  }

  .lyProducts_list ul li {
    padding: 0 6px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 150px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text .lyProducts_name a {
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin: 0;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text .lyProducts_name::before,
  .lyProducts_list ul li .lyProducts_con .lyProducts_text .lyProducts_name::after {
    display: none;
  }
}

@media (max-width:390px) {
  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 140px;
  }
}

@media (max-width:320px) {
  .lyProducts {
    padding: 20px 0;
    background: #fff url(../images/proBg.png) center top no-repeat;
    background-size: 100% 220px;
  }

  .lyProducts_list ul {
    margin: 0;
  }

  .lyProducts_list ul li {
    width: 100%;
    padding: 0;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 220px;
  }

  .lyProducts_list ul li .lyProducts_con .lyProducts_text .lyProducts_name a {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
  }
}

@media (max-width:280px) {
  .lyProducts_list ul li .lyProducts_con .lyProducts_img {
    height: 200px;
  }
}

/* lyProducts end */


/* lyAbout start */
.lyAbout {
  overflow: hidden;
  margin: 0 auto 80px;
}

.lyAbout .lyAbout_main {
  margin: 0 auto;
  position: relative;
}

.lyAbout_main .lyAbout_con {
  max-height: 96px;
  overflow: hidden;
  line-height: 32px;
  color: #777;
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.lyAbout_con div,
.lyAbout_con p,
.lyAbout_con span,
.lyAbout_con p span {
  line-height: 32px !important;
  color: #777;
  font-size: 16px !important;
}

.lyAbout_main a.lyAbout_btn {
  display: block;
  width: 72px;
  height: 72px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  padding: 12px;
  border-radius: 50%;
  background: linear-gradient(to right, #10bbfe, #0b62e3);
}

.lyAbout_main a.lyAbout_btn i {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin: 0 auto;
}

.lyAbout_main a.lyAbout_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.lyAbout_main a.lyAbout_btn i svg path {
  fill: #ffffff;
}

.lyAbout_main a.lyAbout_btn:hover i svg {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}


.lyAbout_main .lyAbout_pics {
  margin-top: 40px;
}

.lyAbout_pics ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 -20px;
}

.lyAbout_pics ul li {
  width: 33.333333%;
  padding: 0 20px;
}

.lyAbout_pics ul li .lyAboutPic_con {
  width: 100%;
  height: 310px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}

.lyAbout_pics ul li .lyAboutPic_con img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyAbout_pics ul li .lyAboutPic_con:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyAbout_pics ul li .lyAboutPic_con p {
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, .55);
  position: absolute;
  bottom: 0;
}

.lyAbout_pics ul li .lyAboutPic_con p i {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 10px 10px 10px 0;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  float: left;
}

.lyAbout_pics ul li .lyAboutPic_con p i::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
}

@media (max-width:1680px) {
  .lyAbout_main .lyAbout_con {
    max-height: 90px;
    line-height: 30px;
    font-size: 15px;
  }

  .lyAbout_pics ul li .lyAboutPic_con {
    border-radius: 12px;
  }

}

@media (max-width:1600px) {}

@media (max-width:1560px) {
  .lyAbout {
    margin: 0 auto 60px;
  }

  .lyAbout_pics ul li .lyAboutPic_con {
    height: 300px;
  }
}

@media (max-width:1440px) {
  .lyAbout_main .lyAbout_con {
    margin-bottom: 30px;
  }

  .lyAbout_main .lyAbout_pics {
    margin-top: 30px;
  }

  .lyAbout_pics ul li .lyAboutPic_con {
    height: 280px;
    border-radius: 8px;
  }

  .lyAbout_pics ul li .lyAboutPic_con p {
    height: 50px;
    padding: 5px 20px;
    font-size: 15px;
  }

  .lyAbout_pics ul li .lyAboutPic_con p i {
    width: 16px;
    height: 16px;
    margin: 12px 10px 12px 0;
    padding: 5px;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .lyAbout_pics ul {
    margin: 0 -15px;
  }

  .lyAbout_pics ul li {
    padding: 0 15px;
  }

  .lyAbout_pics ul li .lyAboutPic_con {
    height: 260px;
  }
}

@media (max-width:1200px) {
  .lyAbout_main a.lyAbout_btn {
    width: 64px;
    height: 64px;
    padding: 10px;
  }

  .lyAbout_main a.lyAbout_btn i {
    width: 28px;
    height: 28px;
  }

  .lyAbout_pics ul {
    margin: 0 -10px;
  }

  .lyAbout_pics ul li {
    padding: 0 10px;
  }

  .lyAbout_pics ul li .lyAboutPic_con {
    height: 250px;
  }
}

@media (max-width:1080px) {
  .lyAbout_pics ul li .lyAboutPic_con {
    height: 230px;
  }
}

@media (max-width:1024px) {
  .lyAbout {
    margin: 0 auto 40px;
  }

  .lyAbout_main .lyAbout_con {
    margin-bottom: 20px;
  }

  .lyAbout_main .lyAbout_pics {
    margin-top: 20px;
  }

  .lyAbout_pics ul li .lyAboutPic_con {
    height: 220px;
  }
}

@media (max-width:920px) {
  .lyAbout_pics ul li .lyAboutPic_con {
    height: 200px;
  }

  .lyAbout_pics ul li .lyAboutPic_con p {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
}

@media (max-width:820px) {
  .lyAbout_pics ul li .lyAboutPic_con {
    height: 180px;
  }
}

@media (max-width:767px) {
  .lyAbout_pics ul {
    margin: 0;
  }

  .lyAbout_pics ul li {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }

  .lyAbout_pics ul li .lyAboutPic_con {
    height: 240px;
  }

  .lyAbout_pics ul li .lyAboutPic_con p {
    height: 50px;
    padding: 5px 10px;
  }
}

@media (max-width:390px) {
  .lyAbout_pics ul li .lyAboutPic_con {
    height: 230px;
  }
}

@media (max-width:320px) {
  .lyAbout {
    margin: 0 auto 20px;
  }

  .lyAbout_main .lyAbout_pics {
    margin-top: 0;
  }

  .lyAbout_pics ul li .lyAboutPic_con {
    height: 200px;
  }

  .lyAbout_pics ul li .lyAboutPic_con p {
    height: 40px;
    padding: 0 10px;
  }
}

@media (max-width:280px) {
  .lyAbout_pics ul li .lyAboutPic_con {
    height: 180px;
  }
}

/* lyAbout end */


/* lyArticles start */
.lyArticles {
  overflow: hidden;
  padding: 80px 0 190px;
  background-color: #f6f6f6;
}

.lyArticles .lyArticles_main {
  margin: 0 auto;
}

.lyArticles_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 -15px;
}

.lyArticles_list ul li {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.lyArticles_list ul li .lyArticles_con {
  display: flex;
  align-items: center;
  padding: 30px;
  background: linear-gradient(to right, #fff, #fff);
  border-radius: 12px;
  position: relative;
}

.lyArticles_list ul li:hover .lyArticles_con {
  background: linear-gradient(to right, #10bbfe, #0b62e3);
}

.lyArticles_list ul li .lyArticles_con .lyArticles_time {
  width: 100px;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}

.lyArticles_list ul li .lyArticles_con .lyArticles_time i {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  background: linear-gradient(to right, #10bbfe, #0b62e3);
}

.lyArticles_list ul li .lyArticles_con .lyArticles_time p {
  width: 100%;
  height: 72px;
  overflow: hidden;
  padding: 10px;
  background-color: #d6d6d6;
}

.lyArticles_list ul li .lyArticles_con:hover .lyArticles_time p {
  background-color: #fff;
}

.lyArticles_list ul li .lyArticles_con .lyArticles_time p span {
  display: block;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.lyArticles_list ul li .lyArticles_con .lyArticles_time p em {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

.lyArticles_list ul li .lyArticles_con:hover .lyArticles_time p span,
.lyArticles_list ul li .lyArticles_con:hover .lyArticles_time p em {
  color: #0089ef;
}

.lyArticles_list ul li .lyArticles_con .lyArticles_text {
  width: calc(100% - 100px);
  padding-left: 30px;
}

.lyArticles_list ul li .lyArticles_con .lyArticles_text a.lyArticles_name {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyArticles_list ul li .lyArticles_con:hover .lyArticles_text a.lyArticles_name {
  color: #fff;
}

.lyArticles_list ul li .lyArticles_con .lyArticles_text p {
  max-height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: #777;
  font-size: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}

.lyArticles_list ul li .lyArticles_con:hover .lyArticles_text p {
  color: rgba(255, 255, 255, .45);
}

@media (max-width:1680px) {
  .lyArticles {
    padding: 80px 0 150px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_time i {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_time p {
    height: 70px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_text p {
    max-height: 50px;
    line-height: 25px;
    font-size: 15px;
  }
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyArticles {
    padding: 60px 0 120px;
  }

  .lyArticles_list ul {
    margin: 0 -10px;
  }

  .lyArticles_list ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .lyArticles_list ul li .lyArticles_con {
    padding: 20px;
    border-radius: 8px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_time {
    border-radius: 8px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_time i {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_time p {
    height: auto;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_time p span {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_time p em {
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    margin-top: 4px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_text {
    width: calc(100% - 100px);
    padding-left: 20px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_text a.lyArticles_name {
    height: 32px;
    line-height: 32px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_text p {
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
  }
}

@media (max-width:1366px) {
  .lyArticles_list ul li .lyArticles_con .lyArticles_time {
    width: 90px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_text {
    width: calc(100% - 90px);
  }
}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .lyArticles {
    padding: 60px 0 100px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_time p {
    padding: 7px 5px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_text p {
    margin-top: 4px;
  }
}

@media (max-width:1080px) {}

@media (max-width:1024px) {
  .lyArticles {
    padding: 40px 0 70px;
  }
}

@media (max-width:920px) {
  .lyArticles {
    padding: 40px 0 60px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_time {
    width: 86px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_time i {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_time p {
    padding: 8px 5px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_time p span {
    height: 18px;
    line-height: 18px;
    font-size: 14px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_time p em {
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    margin-top: 4px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_text {
    width: calc(100% - 86px);
  }
}

@media (max-width:820px) {
  .lyArticles_list ul {
    margin: 0;
  }

  .lyArticles_list ul li {
    width: 100%;
    padding: 0;
  }

  .lyArticles_list ul li .lyArticles_con {
    padding: 12px;
  }

  .lyArticles_list ul li .lyArticles_con .lyArticles_text {
    padding-left: 12px;
  }
}

@media (max-width:767px) {
  .lyArticles {
    padding: 40px 0 50px;
  }
}

@media (max-width:390px) {
  .lyArticles_list ul li .lyArticles_con .lyArticles_text a.lyArticles_name {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

@media (max-width:320px) {
  .lyArticles {
    padding: 20px 0;
  }
}


/* lyArticles end */